Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve text resolution of BaronCityOffice Marie note #1008

Merged
merged 1 commit into from
Oct 27, 2021

Conversation

dgelessus
Copy link
Contributor

Companion change of H-uru/moul-assets#86. This doubles the font size and line spacing of the note, to match the doubled resolution of the dynamic text map.

The original code sets the font size to 10, but the game actually uses size 12 instead, because that's the lowest available size of the Michelle font. So really I am just changing the font size from 12 to 24, even though the original code says 10.

Comment on lines 56 to 57
"bcoWrinkledNote": ( "Michelle", 24, (0,0,0,1), (0,0,0,0), 10, "BaronCityOffice.TextObjects.WrinkledNote", PtJustify.kLeftJustify ),
"WatsonLetter": ( "Courier", 10, (0,0,0,1), (0,0,0,0), 0, "City.TextObjects.WatsonLetter", PtJustify.kLeftJustify ),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bcoWrinkledNote": ( "Michelle", 24, (0,0,0,1), (0,0,0,0), 10, "BaronCityOffice.TextObjects.WrinkledNote", PtJustify.kLeftJustify ),
"WatsonLetter": ( "Courier", 10, (0,0,0,1), (0,0,0,0), 0, "City.TextObjects.WatsonLetter", PtJustify.kLeftJustify ),
"bcoWrinkledNote": ( "Michelle", 24, (0,0,0,1), (0,0,0,0), 10, "BaronCityOffice.TextObjects.WrinkledNote", PtJustify.kLeftJustify ),
"WatsonLetter": ( "Courier", 10, (0,0,0,1), (0,0,0,0), 0, "City.TextObjects.WatsonLetter", PtJustify.kLeftJustify ),

Pedantic whitespace trolling

This requires a corresponding change in
BaronCityOffice_District_BCOWrinkledPaper.prp to double the size of the
dynamic text map.

The original code sets the font size to 10, but the game actually used
size 12 instead (the lowest available size of the Michelle font), so
this actually doubles the font size exactly (from 12 to 24).
@Hoikas Hoikas merged commit 37d26ca into H-uru:master Oct 27, 2021
@dgelessus dgelessus deleted the uncrunch_bco_note branch November 29, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants